jupyter_wire ~master (2021-04-09T15:16:12Z)
Dub
Repo
discoverTypes.typeOfField
repl
discoverTypes
Undocumented in source.
template
discoverTypes
(Ts...)
static if
(!(
Ts.length == 0
))
static if
(
Ts.length == 1
)
static if
(!(
!isAggregateType!T && !(is(T == class))
))
static if
(!(
is(T : Nullable!P, P)
))
alias
typeOfField
(
string
name
)
=
typeof
(__traits(
getMember
,
T
,
name
))
Meta
Source
See Implementation
repl
discoverTypes
aliases
T
Types
discoverTypes
fieldTypes
functionReturnTypes
hasField
typeOfField
enums
isNoT
isNotVoid